The Chart class is used inside custom chart study to access underlying chart to which the study is attached to.
Chart
getAllSymbols() | The getAllSymbols method returns a string array of all symbols for the chart to which the custom study is attached to. |
getTimeSeries(symbol) | The getTimeSeriesData method returns an instance of TimeSeries object for a given symbol. |
Copyright © 2006-2009 ActiveTick LLC